Add "Show rules" checkbox and attendent css and js
authorKarl O. Pinc <kop@karlpinc.com>
Wed, 25 Sep 2024 20:09:00 +0000 (15:09 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Wed, 25 Sep 2024 20:09:00 +0000 (15:09 -0500)
commite229306bc63d1cca9527b0acdfcd9588b3ab92ce
tree76295beca8acbe575a46d07a38b3d37bd4379b7d
parent35562d44e7eb821276b3bd149c5cd105cd2d3d8a
Add "Show rules" checkbox and attendent css and js

The only problem here is that as the column headings stick to the
page their background covers only the columns, not the entire
width of the screen/enclosing div.  Which means that when background
rules are displayed they are uncovered in the horizontal area
where the table headings appear.  The backround_rules.css
_could_ apply the rules to the table instead of the div, but then
the rules don't go all the way across the page.

There is surely a way to fiddle with this but it's not worth bothering
with now.
src/pgwui_sql/static/background_rules.css [new file with mode: 0644]
src/pgwui_sql/static/pgwui_sql.css
src/pgwui_sql/static/pgwui_sql.js
src/pgwui_sql/templates/sql.mak
src/pgwui_sql/views/sql.py